home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_0799 / 784 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  2.5 KB

  1. From: moacs11!walra@relay.nl.net (Waldi Ravens)
  2. Subject: Re: MiNT goes UNiX, invitation for mailing list (MINTOS)
  3. Date: Tue, 11 Jan 1994 23:28:48 +0100
  4.  
  5. > In the following chart, each column lists differences from the column left
  6. > to it.
  7. >
  8. >                       BSD-Net2        DEC OSF/1               Linux
  9. >
  10. > Config files          /etc
  11. > Single user bins      /bin
  12. > Single user root user /sbin
  13. > Temporary files               /tmp
  14. >
  15. > Per machine variable  /var
  16. > Spool directories     /var/spool
  17. > Mail spool            /var/mail       /var/spool/mail
  18. > Big tmp                       /var/tmp
  19. > Logfiles              /var/log        /var/adm
  20. > Accounting files      /var/acct       /var/adm
  21. > Crash dumps           /var/crash      /var/adm/crash
  22. >
  23. > Bins                  /usr/bin
  24. > UCB bins              /usr/ucb        /usr/bin (3)            /usr/bin
  25. > Library files         /usr/lib
  26. > Pgms called by pgms   /usr/libexec    /usr/lbin
  27. > Data files            /usr/libdata    /usr/lib (1)
  28. > Shared libs           --              /usr/shlib              /usr/lib
  29. > Programmer's bin, lib /usr/{bin,lib}  /usr/ccs/{bin,lib}      /usr/{bin,lib}
  30. > Arch. indep. data files       /usr/share                              /usr/lib
  31. > Manuals                       /usr/share/man  (2)                     /usr/man
  32. > Other stuff           /usr/var -> /var
  33. >                       /usr/spool -> /var/spool
  34. >                       /usr/adm -> /adm
  35. >                       /usr/tmp -> /var/tmp
  36. >
  37. > Kit specific (4)      --              /usr/kits/KITNAME/...   --
  38. >                       --              /var/kits/KITNAME/...   --
  39.  
  40. What happened to /dev (devices), /dump (core dumps), /home (users),
  41. /lost+found (reconnected files) and /proc ? Any others I missed ?
  42.  
  43. What kinda stuff goes into /sbin? Is it the commands that used to be in /etc?
  44.  
  45. > Some remarks:
  46. >
  47. > (1) OSF/1 /usr/lib:
  48. >     most stuff are just symlinks, like
  49. >       libc.a -> ../ccs/lib/libc.a
  50. >       tmac -> ../share/lib/tmac
  51. >
  52. > (2) OSF/1 has a symlink
  53. >       /usr/man -> /usr/share/man
  54. >
  55. > (3) OSF/1 has a symlink
  56. >       /usr/ucb -> /usr/bin
  57. >
  58. > (4) OSF/1 /usr/kits/KITNAME/...
  59. >         /var/kits/KITNAME/...
  60. >     These are kit specific and can be installed and deleted separately (via
  61. >     `setld').  A lot of stuff from /usr is symlinked into these hierarchies.
  62. >
  63. > Hmm.. (after some consideration) from my point of view, the Linux column
  64. > looks best.  :-)
  65.  
  66. Maybe.. allthough I wouldn't want to loose /usr/ucb. I'm not ashamed of
  67. having compiled some Berkeley sources :-).
  68.  
  69.  
  70. Regards,
  71.            Waldi  (walra%moacs11@nl.net)
  72.